diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e3d7d4..c083b11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# dbt_salesforce_formula_utils v0.9.2
+[PR #96](https://github.com/fivetran/dbt_salesforce_formula_utils/pull/96) includes the following updates:
+
+## 🗒️ Documentation Update 🗒️
+- Fivetran will be deprecating support for the `full_statement_version=false` config by October 1, 2023. We've highlighted this change to users of the package [in the README](https://github.com/fivetran/dbt_salesforce_formula_utils#step-4-create-models).
+
+## 🚇 Under the Hood 🚇
+- Users still utilizing the `full_statement_version=false` config will receive a log message in their `dbt run` indicating deprecation of support for those options.
+
# dbt_salesforce_formula_utils v0.9.1
## Bugfix
- Databricks users faced a syntax error resulting from the `sfdc_formula_view_sql` macro not correctly compiling. This update adds the Databricks warehouse to a conditional in the macro that allows the sql to correctly compile. ([PR #94](https://github.com/fivetran/dbt_salesforce_formula_utils/pull/94)) ([PR #92](https://github.com/fivetran/dbt_salesforce_formula_utils/pull/92))
diff --git a/README.md b/README.md
index deab28f..da16d2c 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,14 @@ If you would like your model to generate all the formula fields at once related
> This option makes use of the `fivetran_formula_model` lookup table, which stores connector-generated SQL queries for each source table. Compared to `fivetran_formula`, which is used in Options 2 & 3, it is typically more complete and supports most double-nested formulas.
+
+### (Deprecated) Options 2 and 3
+
+**IMPORTANT**: Options 2 and 3 (which leverage the `full_statement_version=false` config) will no longer be supported after October 1. Click 'Expand to view details' if you'd like to still use these options for the time being.
+
+
+Expand to view details
+
### Option 2: Generate all relevant formula fields using package-made query
If you would like your model to generate all the formula fields related to your source table then you will need to:
@@ -102,6 +110,8 @@ If you would like your model to generate only a specified subset of your formula
**Output**: Only formulas provided in the `fields_to_include` variable will be included in the resulting `select` statement for the chosen source table.
> This option makes use of the `fivetran_formula` lookup table, which requires the package to combine fields' formulas into a SQL query for each source table. This option does not support double-nested formulas and therefore may be incomplete compared to Option #1.
+
+
### Automate model creation
If you have multiple models you need to create, you can also leverage the [sfdc_formula_model_automation](https://github.com/fivetran/dbt_salesforce_formula_utils#sfdc_formula_model_automationsh-source) script within this project to automatically create models locally via the command line. Below is an example command to copy and edit.
diff --git a/dbt_project.yml b/dbt_project.yml
index 2bd138d..9436753 100644
--- a/dbt_project.yml
+++ b/dbt_project.yml
@@ -1,4 +1,4 @@
name: 'salesforce_formula_utils'
-version: '0.9.1'
+version: '0.9.2'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
diff --git a/docs/catalog.json b/docs/catalog.json
index 166b1b6..792e39c 100644
--- a/docs/catalog.json
+++ b/docs/catalog.json
@@ -1 +1 @@
-{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.4.5", "generated_at": "2023-07-25T19:12:54.445907Z", "invocation_id": "5a5f5939-8b79-44c3-960d-ba2ed80338bf", "env": {}}, "nodes": {}, "sources": {}, "errors": null}
\ No newline at end of file
+{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.6.0", "generated_at": "2023-08-08T18:22:12.931212Z", "invocation_id": "d8d7e46d-bb6d-45da-9073-0acc06c08d7d", "env": {}}, "nodes": {"seed.salesforce_formula_integration_tests.account": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "integer", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.account"}, "model.salesforce_formula_integration_tests.account_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "account_statement_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "integer", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "account_test_formula": {"type": "integer", "index": 50, "name": "account_test_formula", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.account_statement_view"}, "model.salesforce_formula_integration_tests.account_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "account_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "integer", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}, "account_test_formula": {"type": "integer", "index": 50, "name": "account_test_formula", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.account_view"}, "seed.salesforce_formula_integration_tests.fivetran_formula": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field": {"type": "text", "index": 1, "name": "field", "comment": null}, "object": {"type": "text", "index": 2, "name": "object", "comment": null}, "formula": {"type": "text", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "text", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "character varying(256)", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "text", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.fivetran_formula"}, "seed.salesforce_formula_integration_tests.fivetran_formula_model": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"object": {"type": "text", "index": 1, "name": "object", "comment": null}, "model": {"type": "text", "index": 2, "name": "model", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.fivetran_formula_model"}, "seed.salesforce_formula_integration_tests.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "integer", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.opportunity"}, "model.salesforce_formula_integration_tests.opportunity_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "opportunity_statement_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "integer", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "opportunity_test_formula": {"type": "integer", "index": 36, "name": "opportunity_test_formula", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.opportunity_statement_view"}, "model.salesforce_formula_integration_tests.opportunity_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "opportunity_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "integer", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}, "account_type_c": {"type": "text", "index": 36, "name": "account_type_c", "comment": null}, "opporunity_test_formula": {"type": "integer", "index": 37, "name": "opporunity_test_formula", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.opportunity_view"}, "seed.salesforce_formula_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "integer", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.user"}, "seed.salesforce_formula_integration_tests.user_role": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "user_role", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.salesforce_formula_integration_tests.user_role"}, "model.salesforce_formula_integration_tests.user_role_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_role_statement_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "developer_and_id": {"type": "text", "index": 14, "name": "developer_and_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.user_role_statement_view"}, "model.salesforce_formula_integration_tests.user_role_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_role_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}, "developer_and_id": {"type": "text", "index": 14, "name": "developer_and_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.user_role_view"}, "model.salesforce_formula_integration_tests.user_statement_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_statement_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "integer", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "is_active_user": {"type": "text", "index": 66, "name": "is_active_user", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.user_statement_view"}, "model.salesforce_formula_integration_tests.user_view": {"metadata": {"type": "VIEW", "schema": "salesforce_formula_integrations_tests", "name": "user_view", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "integer", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}, "is_active_user": {"type": "text", "index": 66, "name": "is_active_user", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.salesforce_formula_integration_tests.user_view"}}, "sources": {"source.salesforce_formula_integration_tests.salesforce.account": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_number": {"type": "integer", "index": 2, "name": "account_number", "comment": null}, "account_source": {"type": "text", "index": 3, "name": "account_source", "comment": null}, "annual_revenue": {"type": "integer", "index": 4, "name": "annual_revenue", "comment": null}, "billing_city": {"type": "text", "index": 5, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 6, "name": "billing_country", "comment": null}, "billing_country_code": {"type": "text", "index": 7, "name": "billing_country_code", "comment": null}, "billing_geocode_accuracy": {"type": "integer", "index": 8, "name": "billing_geocode_accuracy", "comment": null}, "billing_latitude": {"type": "integer", "index": 9, "name": "billing_latitude", "comment": null}, "billing_longitude": {"type": "integer", "index": 10, "name": "billing_longitude", "comment": null}, "billing_postal_code": {"type": "text", "index": 11, "name": "billing_postal_code", "comment": null}, "billing_state": {"type": "text", "index": 12, "name": "billing_state", "comment": null}, "billing_state_code": {"type": "text", "index": 13, "name": "billing_state_code", "comment": null}, "billing_street": {"type": "text", "index": 14, "name": "billing_street", "comment": null}, "description": {"type": "text", "index": 15, "name": "description", "comment": null}, "fax": {"type": "integer", "index": 16, "name": "fax", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "industry": {"type": "text", "index": 18, "name": "industry", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "jigsaw_company_id": {"type": "integer", "index": 20, "name": "jigsaw_company_id", "comment": null}, "last_activity_date": {"type": "integer", "index": 21, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 22, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 23, "name": "last_viewed_date", "comment": null}, "master_record_id": {"type": "text", "index": 24, "name": "master_record_id", "comment": null}, "name": {"type": "text", "index": 25, "name": "name", "comment": null}, "number_of_employees": {"type": "integer", "index": 26, "name": "number_of_employees", "comment": null}, "owner_id": {"type": "text", "index": 27, "name": "owner_id", "comment": null}, "ownership": {"type": "integer", "index": 28, "name": "ownership", "comment": null}, "parent_id": {"type": "integer", "index": 29, "name": "parent_id", "comment": null}, "phone": {"type": "text", "index": 30, "name": "phone", "comment": null}, "photo_url": {"type": "text", "index": 31, "name": "photo_url", "comment": null}, "rating": {"type": "integer", "index": 32, "name": "rating", "comment": null}, "record_type_id": {"type": "text", "index": 33, "name": "record_type_id", "comment": null}, "shipping_city": {"type": "integer", "index": 34, "name": "shipping_city", "comment": null}, "shipping_country": {"type": "text", "index": 35, "name": "shipping_country", "comment": null}, "shipping_country_code": {"type": "text", "index": 36, "name": "shipping_country_code", "comment": null}, "shipping_geocode_accuracy": {"type": "integer", "index": 37, "name": "shipping_geocode_accuracy", "comment": null}, "shipping_latitude": {"type": "integer", "index": 38, "name": "shipping_latitude", "comment": null}, "shipping_longitude": {"type": "integer", "index": 39, "name": "shipping_longitude", "comment": null}, "shipping_postal_code": {"type": "integer", "index": 40, "name": "shipping_postal_code", "comment": null}, "shipping_state": {"type": "integer", "index": 41, "name": "shipping_state", "comment": null}, "shipping_state_code": {"type": "integer", "index": 42, "name": "shipping_state_code", "comment": null}, "shipping_street": {"type": "integer", "index": 43, "name": "shipping_street", "comment": null}, "sic": {"type": "integer", "index": 44, "name": "sic", "comment": null}, "sic_desc": {"type": "integer", "index": 45, "name": "sic_desc", "comment": null}, "site": {"type": "integer", "index": 46, "name": "site", "comment": null}, "ticker_symbol": {"type": "integer", "index": 47, "name": "ticker_symbol", "comment": null}, "type": {"type": "text", "index": 48, "name": "type", "comment": null}, "website": {"type": "text", "index": 49, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.account"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field": {"type": "text", "index": 1, "name": "field", "comment": null}, "object": {"type": "text", "index": 2, "name": "object", "comment": null}, "formula": {"type": "text", "index": 3, "name": "formula", "comment": null}, "sql": {"type": "text", "index": 4, "name": "sql", "comment": null}, "view_sql": {"type": "character varying(256)", "index": 5, "name": "view_sql", "comment": null}, "_fivetran_synced": {"type": "text", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.fivetran_formula"}, "source.salesforce_formula_integration_tests.salesforce.fivetran_formula_model": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "fivetran_formula_model", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"object": {"type": "text", "index": 1, "name": "object", "comment": null}, "model": {"type": "text", "index": 2, "name": "model", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.fivetran_formula_model"}, "source.salesforce_formula_integration_tests.salesforce.opportunity": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "opportunity", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "amount": {"type": "integer", "index": 3, "name": "amount", "comment": null}, "campaign_id": {"type": "integer", "index": 4, "name": "campaign_id", "comment": null}, "close_date": {"type": "timestamp without time zone", "index": 5, "name": "close_date", "comment": null}, "created_date": {"type": "timestamp without time zone", "index": 6, "name": "created_date", "comment": null}, "description": {"type": "integer", "index": 7, "name": "description", "comment": null}, "expected_revenue": {"type": "integer", "index": 8, "name": "expected_revenue", "comment": null}, "fiscal": {"type": "text", "index": 9, "name": "fiscal", "comment": null}, "fiscal_quarter": {"type": "integer", "index": 10, "name": "fiscal_quarter", "comment": null}, "fiscal_year": {"type": "integer", "index": 11, "name": "fiscal_year", "comment": null}, "forecast_category": {"type": "text", "index": 12, "name": "forecast_category", "comment": null}, "forecast_category_name": {"type": "text", "index": 13, "name": "forecast_category_name", "comment": null}, "has_open_activity": {"type": "boolean", "index": 14, "name": "has_open_activity", "comment": null}, "has_opportunity_line_item": {"type": "boolean", "index": 15, "name": "has_opportunity_line_item", "comment": null}, "has_overdue_task": {"type": "boolean", "index": 16, "name": "has_overdue_task", "comment": null}, "id": {"type": "text", "index": 17, "name": "id", "comment": null}, "is_closed": {"type": "boolean", "index": 18, "name": "is_closed", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "is_excluded_from_territory_2_filter": {"type": "integer", "index": 20, "name": "is_excluded_from_territory_2_filter", "comment": null}, "is_won": {"type": "boolean", "index": 21, "name": "is_won", "comment": null}, "last_activity_date": {"type": "integer", "index": 22, "name": "last_activity_date", "comment": null}, "last_referenced_date": {"type": "integer", "index": 23, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "integer", "index": 24, "name": "last_viewed_date", "comment": null}, "lead_source": {"type": "text", "index": 25, "name": "lead_source", "comment": null}, "name": {"type": "text", "index": 26, "name": "name", "comment": null}, "next_step": {"type": "integer", "index": 27, "name": "next_step", "comment": null}, "owner_id": {"type": "text", "index": 28, "name": "owner_id", "comment": null}, "pricebook_2_id": {"type": "text", "index": 29, "name": "pricebook_2_id", "comment": null}, "probability": {"type": "integer", "index": 30, "name": "probability", "comment": null}, "record_type_id": {"type": "text", "index": 31, "name": "record_type_id", "comment": null}, "stage_name": {"type": "text", "index": 32, "name": "stage_name", "comment": null}, "synced_quote_id": {"type": "integer", "index": 33, "name": "synced_quote_id", "comment": null}, "territory_2_id": {"type": "integer", "index": 34, "name": "territory_2_id", "comment": null}, "type": {"type": "text", "index": 35, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.opportunity"}, "source.salesforce_formula_integration_tests.salesforce.user": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "about_me": {"type": "integer", "index": 3, "name": "about_me", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "alias": {"type": "text", "index": 5, "name": "alias", "comment": null}, "badge_text": {"type": "text", "index": 6, "name": "badge_text", "comment": null}, "banner_photo_url": {"type": "text", "index": 7, "name": "banner_photo_url", "comment": null}, "call_center_id": {"type": "integer", "index": 8, "name": "call_center_id", "comment": null}, "city": {"type": "integer", "index": 9, "name": "city", "comment": null}, "community_nickname": {"type": "text", "index": 10, "name": "community_nickname", "comment": null}, "company_name": {"type": "integer", "index": 11, "name": "company_name", "comment": null}, "contact_id": {"type": "integer", "index": 12, "name": "contact_id", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 14, "name": "country_code", "comment": null}, "default_group_notification_frequency": {"type": "text", "index": 15, "name": "default_group_notification_frequency", "comment": null}, "delegated_approver_id": {"type": "text", "index": 16, "name": "delegated_approver_id", "comment": null}, "department": {"type": "integer", "index": 17, "name": "department", "comment": null}, "digest_frequency": {"type": "text", "index": 18, "name": "digest_frequency", "comment": null}, "division": {"type": "integer", "index": 19, "name": "division", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "email_encoding_key": {"type": "text", "index": 21, "name": "email_encoding_key", "comment": null}, "email_preferences_auto_bcc": {"type": "boolean", "index": 22, "name": "email_preferences_auto_bcc", "comment": null}, "employee_number": {"type": "integer", "index": 23, "name": "employee_number", "comment": null}, "extension": {"type": "integer", "index": 24, "name": "extension", "comment": null}, "fax": {"type": "integer", "index": 25, "name": "fax", "comment": null}, "federation_identifier": {"type": "integer", "index": 26, "name": "federation_identifier", "comment": null}, "first_name": {"type": "text", "index": 27, "name": "first_name", "comment": null}, "forecast_enabled": {"type": "boolean", "index": 28, "name": "forecast_enabled", "comment": null}, "full_photo_url": {"type": "text", "index": 29, "name": "full_photo_url", "comment": null}, "geocode_accuracy": {"type": "integer", "index": 30, "name": "geocode_accuracy", "comment": null}, "id": {"type": "text", "index": 31, "name": "id", "comment": null}, "individual_id": {"type": "integer", "index": 32, "name": "individual_id", "comment": null}, "is_active": {"type": "boolean", "index": 33, "name": "is_active", "comment": null}, "is_profile_photo_active": {"type": "boolean", "index": 34, "name": "is_profile_photo_active", "comment": null}, "language_locale_key": {"type": "text", "index": 35, "name": "language_locale_key", "comment": null}, "last_login_date": {"type": "timestamp without time zone", "index": 36, "name": "last_login_date", "comment": null}, "last_name": {"type": "text", "index": 37, "name": "last_name", "comment": null}, "last_referenced_date": {"type": "timestamp without time zone", "index": 38, "name": "last_referenced_date", "comment": null}, "last_viewed_date": {"type": "timestamp without time zone", "index": 39, "name": "last_viewed_date", "comment": null}, "latitude": {"type": "integer", "index": 40, "name": "latitude", "comment": null}, "locale_sid_key": {"type": "text", "index": 41, "name": "locale_sid_key", "comment": null}, "longitude": {"type": "integer", "index": 42, "name": "longitude", "comment": null}, "manager_id": {"type": "text", "index": 43, "name": "manager_id", "comment": null}, "medium_banner_photo_url": {"type": "text", "index": 44, "name": "medium_banner_photo_url", "comment": null}, "mobile_phone": {"type": "integer", "index": 45, "name": "mobile_phone", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "offline_trial_expiration_date": {"type": "integer", "index": 47, "name": "offline_trial_expiration_date", "comment": null}, "phone": {"type": "text", "index": 48, "name": "phone", "comment": null}, "postal_code": {"type": "integer", "index": 49, "name": "postal_code", "comment": null}, "profile_id": {"type": "text", "index": 50, "name": "profile_id", "comment": null}, "receives_admin_info_emails": {"type": "boolean", "index": 51, "name": "receives_admin_info_emails", "comment": null}, "receives_info_emails": {"type": "boolean", "index": 52, "name": "receives_info_emails", "comment": null}, "sender_email": {"type": "integer", "index": 53, "name": "sender_email", "comment": null}, "sender_name": {"type": "integer", "index": 54, "name": "sender_name", "comment": null}, "signature": {"type": "integer", "index": 55, "name": "signature", "comment": null}, "small_banner_photo_url": {"type": "text", "index": 56, "name": "small_banner_photo_url", "comment": null}, "small_photo_url": {"type": "text", "index": 57, "name": "small_photo_url", "comment": null}, "state": {"type": "integer", "index": 58, "name": "state", "comment": null}, "state_code": {"type": "integer", "index": 59, "name": "state_code", "comment": null}, "street": {"type": "integer", "index": 60, "name": "street", "comment": null}, "time_zone_sid_key": {"type": "text", "index": 61, "name": "time_zone_sid_key", "comment": null}, "title": {"type": "text", "index": 62, "name": "title", "comment": null}, "user_role_id": {"type": "text", "index": 63, "name": "user_role_id", "comment": null}, "user_type": {"type": "text", "index": 64, "name": "user_type", "comment": null}, "username": {"type": "text", "index": 65, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.user"}, "source.salesforce_formula_integration_tests.salesforce.user_role": {"metadata": {"type": "BASE TABLE", "schema": "salesforce_formula_integrations_tests", "name": "user_role", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "case_access_for_account_owner": {"type": "text", "index": 3, "name": "case_access_for_account_owner", "comment": null}, "contact_access_for_account_owner": {"type": "text", "index": 4, "name": "contact_access_for_account_owner", "comment": null}, "developer_name": {"type": "text", "index": 5, "name": "developer_name", "comment": null}, "forecast_user_id": {"type": "integer", "index": 6, "name": "forecast_user_id", "comment": null}, "id": {"type": "text", "index": 7, "name": "id", "comment": null}, "may_forecast_manager_share": {"type": "boolean", "index": 8, "name": "may_forecast_manager_share", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}, "opportunity_access_for_account_owner": {"type": "text", "index": 10, "name": "opportunity_access_for_account_owner", "comment": null}, "parent_role_id": {"type": "text", "index": 11, "name": "parent_role_id", "comment": null}, "portal_type": {"type": "text", "index": 12, "name": "portal_type", "comment": null}, "rollup_description": {"type": "text", "index": 13, "name": "rollup_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.salesforce_formula_integration_tests.salesforce.user_role"}}, "errors": null}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 0807e63..ac81278 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -48,7 +48,7 @@
*
* Date: 2020-03-14
*/
-function(e){var t,n,r,i,o,a,s,l,c,u,d,f,p,h,g,m,v,b,y,x="sizzle"+1*new Date,w=e.document,k=0,A=0,E=le(),S=le(),$=le(),C=le(),_=function(e,t){return e===t&&(d=!0),0},O={}.hasOwnProperty,j=[],T=j.pop,P=j.push,D=j.push,R=j.slice,I=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),H=new RegExp(M+"|>"),G=new RegExp(B),W=new RegExp("^"+z+"$"),Y={ID:new RegExp("^#("+z+")"),CLASS:new RegExp("^\\.("+z+")"),TAG:new RegExp("^("+z+"|[*])"),ATTR:new RegExp("^"+L),PSEUDO:new RegExp("^"+B),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},X=/HTML$/i,Z=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){f()},ae=xe((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{D.apply(j=R.call(w.childNodes),w.childNodes),j[w.childNodes.length].nodeType}catch(e){D={apply:j.length?function(e,t){P.apply(e,R.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(e,t,r,i){var o,s,c,u,d,h,v,b=t&&t.ownerDocument,w=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return r;if(!i&&(f(t),t=t||p,g)){if(11!==w&&(d=K.exec(e)))if(o=d[1]){if(9===w){if(!(c=t.getElementById(o)))return r;if(c.id===o)return r.push(c),r}else if(b&&(c=b.getElementById(o))&&y(t,c)&&c.id===o)return r.push(c),r}else{if(d[2])return D.apply(r,t.getElementsByTagName(e)),r;if((o=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return D.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!C[e+" "]&&(!m||!m.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(v=e,b=t,1===w&&(H.test(e)||U.test(e))){for((b=ee.test(e)&&ve(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(re,ie):t.setAttribute("id",u=x)),s=(h=a(e)).length;s--;)h[s]=(u?"#"+u:":scope")+" "+ye(h[s]);v=h.join(",")}try{return D.apply(r,b.querySelectorAll(v)),r}catch(t){C(e,!0)}finally{u===x&&t.removeAttribute("id")}}}return l(e.replace(q,"$1"),t,r,i)}function le(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function ce(e){return e[x]=!0,e}function ue(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=t}function fe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ge(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ce((function(t){return t=+t,ce((function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!X.test(t||n&&n.nodeName||"HTML")},f=se.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!=p&&9===a.nodeType&&a.documentElement?(h=(p=a).documentElement,g=!o(p),w!=p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",oe,!1):i.attachEvent&&i.attachEvent("onunload",oe)),n.scope=ue((function(e){return h.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=J.test(p.getElementsByClassName),n.getById=ue((function(e){return h.appendChild(e).id=x,!p.getElementsByName||!p.getElementsByName(x).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],m=[],(n.qsa=J.test(p.querySelectorAll))&&(ue((function(e){var t;h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+M+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+x+"-]").length||m.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+x+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=J.test(b=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=b.call(e,"*"),b.call(e,"[s!='']:x"),v.push("!=",B)})),m=m.length&&new RegExp(m.join("|")),v=v.length&&new RegExp(v.join("|")),t=J.test(h.compareDocumentPosition),y=t||J.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},_=t?function(e,t){if(e===t)return d=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==p||e.ownerDocument==w&&y(w,e)?-1:t==p||t.ownerDocument==w&&y(w,t)?1:u?I(u,e)-I(u,t):0:4&r?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==p?-1:t==p?1:i?-1:o?1:u?I(u,e)-I(u,t):0;if(i===o)return fe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?fe(a[r],s[r]):a[r]==w?-1:s[r]==w?1:0},p):p},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&g&&!C[t+" "]&&(!v||!v.test(t))&&(!m||!m.test(t)))try{var r=b.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){C(t,!0)}return se(t,p,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=p&&f(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=p&&f(e);var i=r.attrHandle[t.toLowerCase()],o=i&&O.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,r=[],i=0,o=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(_),d){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return u=null,e},i=se.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=se.selectors={cacheLength:50,createPseudo:ce,match:Y,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Y.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&G.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var i=se.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,f,p,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,v=s&&t.nodeName.toLowerCase(),b=!l&&!s,y=!1;if(m){if(o){for(;g;){for(f=t;f=f[g];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&b){for(y=(p=(c=(u=(d=(f=m)[x]||(f[x]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===k&&c[1])&&c[2],f=p&&m.childNodes[p];f=++p&&f&&f[g]||(y=p=0)||h.pop();)if(1===f.nodeType&&++y&&f===t){u[e]=[k,p,y];break}}else if(b&&(y=p=(c=(u=(d=(f=t)[x]||(f[x]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===k&&c[1]),!1===y)for(;(f=++p&&f&&f[g]||(y=p=0)||h.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++y||(b&&((u=(d=f[x]||(f[x]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]=[k,y]),f!==t)););return(y-=i)===r||y%r==0&&y/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return i[x]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,n){for(var r,o=i(e,t),a=o.length;a--;)e[r=I(e,o[a])]=!(n[r]=o[a])})):function(e){return i(e,0,n)}):i}},pseudos:{not:ce((function(e){var t=[],n=[],r=s(e.replace(q,"$1"));return r[x]?ce((function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))})):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}})),has:ce((function(e){return function(t){return se(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||i(t)).indexOf(e)>-1}})),lang:ce((function(e){return W.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return Z.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:me((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function ke(e,t,n,r,i){for(var o,a=[],s=0,l=e.length,c=null!=t;s-1&&(o[c]=!(a[c]=d))}}else v=ke(v===a?v.splice(h,v.length):v),i?i(null,a,v,l):D.apply(a,v)}))}function Ee(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],l=a?1:0,u=xe((function(e){return e===t}),s,!0),d=xe((function(e){return I(t,e)>-1}),s,!0),f=[function(e,n,r){var i=!a&&(r||n!==c)||((t=n).nodeType?u(e,n,r):d(e,n,r));return t=null,i}];l1&&we(f),l>1&&ye(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(q,"$1"),n,l0,i=e.length>0,o=function(o,a,s,l,u){var d,h,m,v=0,b="0",y=o&&[],x=[],w=c,A=o||i&&r.find.TAG("*",u),E=k+=null==w?1:Math.random()||.1,S=A.length;for(u&&(c=a==p||a||u);b!==S&&null!=(d=A[b]);b++){if(i&&d){for(h=0,a||d.ownerDocument==p||(f(d),s=!g);m=e[h++];)if(m(d,a||p,s)){l.push(d);break}u&&(k=E)}n&&((d=!m&&d)&&v--,o&&y.push(d))}if(v+=b,n&&b!==v){for(h=0;m=t[h++];)m(y,x,a,s);if(o){if(v>0)for(;b--;)y[b]||x[b]||(x[b]=T.call(l));x=ke(x)}D.apply(l,x),u&&!o&&x.length>0&&v+t.length>1&&se.uniqueSort(l)}return u&&(k=E,c=w),y};return n?ce(o):o}(o,i))).selector=e}return s},l=se.select=function(e,t,n,i){var o,l,c,u,d,f="function"==typeof e&&e,p=!i&&a(e=f.selector||e);if(n=n||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&g&&r.relative[l[1].type]){if(!(t=(r.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=Y.needsContext.test(e)?0:l.length;o--&&(c=l[o],!r.relative[u=c.type]);)if((d=r.find[u])&&(i=d(c.matches[0].replace(te,ne),ee.test(l[0].type)&&ve(t.parentNode)||t))){if(l.splice(o,1),!(e=i.length&&ye(l)))return D.apply(n,i),n;break}}return(f||s(e,p))(i,t,!g,n,!t||ee.test(e)&&ve(t.parentNode)||t),n},n.sortStable=x.split("").sort(_).join("")===x,n.detectDuplicates=!!d,f(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ue((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(N,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),se}(n);A.find=S,A.expr=S.selectors,A.expr[":"]=A.expr.pseudos,A.uniqueSort=A.unique=S.uniqueSort,A.text=S.getText,A.isXMLDoc=S.isXML,A.contains=S.contains,A.escapeSelector=S.escape;var $=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&A(e).is(n))break;r.push(e)}return r},C=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},_=A.expr.match.needsContext;function O(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var j=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,t,n){return v(t)?A.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?A.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?A.grep(e,(function(e){return u.call(t,e)>-1!==n})):A.filter(t,e,n)}A.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?A.find.matchesSelector(r,e)?[r]:[]:A.find.matches(e,A.grep(t,(function(e){return 1===e.nodeType})))},A.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(A(e).filter((function(){for(t=0;t1?A.uniqueSort(n):n},filter:function(e){return this.pushStack(T(this,e||[],!1))},not:function(e){return this.pushStack(T(this,e||[],!0))},is:function(e){return!!T(this,"string"==typeof e&&_.test(e)?A(e):e||[],!1).length}});var P,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||P,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:D.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof A?t[0]:t,A.merge(this,A.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:y,!0)),j.test(r[1])&&A.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=y.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(A):A.makeArray(e,this)}).prototype=A.fn,P=A(y);var R=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};function N(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}A.fn.extend({has:function(e){var t=A(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&A.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?A.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(A(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),A.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return $(e,"parentNode")},parentsUntil:function(e,t,n){return $(e,"parentNode",n)},next:function(e){return N(e,"nextSibling")},prev:function(e){return N(e,"previousSibling")},nextAll:function(e){return $(e,"nextSibling")},prevAll:function(e){return $(e,"previousSibling")},nextUntil:function(e,t,n){return $(e,"nextSibling",n)},prevUntil:function(e,t,n){return $(e,"previousSibling",n)},siblings:function(e){return C((e.parentNode||{}).firstChild,e)},children:function(e){return C(e.firstChild)},contents:function(e){return null!=e.contentDocument&&a(e.contentDocument)?e.contentDocument:(O(e,"template")&&(e=e.content||e),A.merge([],e.childNodes))}},(function(e,t){A.fn[e]=function(n,r){var i=A.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=A.filter(r,i)),this.length>1&&(I[e]||A.uniqueSort(i),R.test(e)&&i.reverse()),this.pushStack(i)}}));var M=/[^\x20\t\r\n\f]+/g;function z(e){return e}function L(e){throw e}function B(e,t,n,r){var i;try{e&&v(i=e.promise)?i.call(e).done(t).fail(n):e&&v(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}A.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return A.each(e.match(M)||[],(function(e,n){t[n]=!0})),t}(e):A.extend({},e);var t,n,r,i,o=[],a=[],s=-1,l=function(){for(i=i||e.once,r=t=!0;a.length;s=-1)for(n=a.shift();++s-1;)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?A.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},A.extend({Deferred:function(e){var t=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return A.Deferred((function(n){A.each(t,(function(t,r){var i=v(e[r[4]])&&e[r[4]];o[r[1]]((function(){var e=i&&i.apply(this,arguments);e&&v(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,i){var o=0;function a(e,t,r,i){return function(){var s=this,l=arguments,c=function(){var n,c;if(!(e=o&&(r!==L&&(s=void 0,l=[n]),t.rejectWith(s,l))}};e?u():(A.Deferred.getStackHook&&(u.stackTrace=A.Deferred.getStackHook()),n.setTimeout(u))}}return A.Deferred((function(n){t[0][3].add(a(0,n,v(i)?i:z,n.notifyWith)),t[1][3].add(a(0,n,v(e)?e:z)),t[2][3].add(a(0,n,v(r)?r:L))})).promise()},promise:function(e){return null!=e?A.extend(e,i):i}},o={};return A.each(t,(function(e,n){var a=n[2],s=n[5];i[n[1]]=a.add,s&&a.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith})),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=s.call(arguments),o=A.Deferred(),a=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?s.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(B(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||v(i[n]&&i[n].then)))return o.then();for(;n--;)B(i[n],a(n),o.reject);return o.promise()}});var F=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&F.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},A.readyException=function(e){n.setTimeout((function(){throw e}))};var q=A.Deferred();function V(){y.removeEventListener("DOMContentLoaded",V),n.removeEventListener("load",V),A.ready()}A.fn.ready=function(e){return q.then(e).catch((function(e){A.readyException(e)})),this},A.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==e&&--A.readyWait>0||q.resolveWith(y,[A]))}}),A.ready.then=q.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?n.setTimeout(A.ready):(y.addEventListener("DOMContentLoaded",V),n.addEventListener("load",V));var U=function(e,t,n,r,i,o,a){var s=0,l=e.length,c=null==n;if("object"===k(n))for(s in i=!0,n)U(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,v(r)||(a=!0),c&&(a?(t.call(e,r),t=null):(c=t,t=function(e,t,n){return c.call(A(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){J.remove(this,e)}))}}),A.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,A.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=A.queue(e,t),r=n.length,i=n.shift(),o=A._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,(function(){A.dequeue(e,t)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:A.Callbacks("once memory").add((function(){Q.remove(e,[t+"queue",n])}))})}}),A.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,ve=/^$|^module$|\/(?:java|ecma)script/i;pe=y.createDocumentFragment().appendChild(y.createElement("div")),(he=y.createElement("input")).setAttribute("type","radio"),he.setAttribute("checked","checked"),he.setAttribute("name","t"),pe.appendChild(he),m.checkClone=pe.cloneNode(!0).cloneNode(!0).lastChild.checked,pe.innerHTML="",m.noCloneChecked=!!pe.cloneNode(!0).lastChild.defaultValue,pe.innerHTML="",m.option=!!pe.lastChild;var be={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ye(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&O(e,t)?A.merge([e],n):n}function xe(e,t){for(var n=0,r=e.length;n",""]);var we=/<|?\w+;/;function ke(e,t,n,r,i){for(var o,a,s,l,c,u,d=t.createDocumentFragment(),f=[],p=0,h=e.length;p-1)i&&i.push(o);else if(c=ae(o),a=ye(d.appendChild(o),"script"),c&&xe(a),n)for(u=0;o=a[u++];)ve.test(o.type||"")&&n.push(o);return d}var Ae=/^key/,Ee=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Se=/^([^.]*)(?:\.(.+)|)/;function $e(){return!0}function Ce(){return!1}function _e(e,t){return e===function(){try{return y.activeElement}catch(e){}}()==("focus"===t)}function Oe(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Oe(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ce;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return A().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=A.guid++)),e.each((function(){A.event.add(this,t,i,r,n)}))}function je(e,t,n){n?(Q.set(e,t,!1),A.event.add(e,t,{namespace:!1,handler:function(e){var r,i,o=Q.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(A.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=s.call(arguments),Q.set(this,t,o),r=n(this,t),this[t](),o!==(i=Q.get(this,t))||r?Q.set(this,t,!1):i={},o!==i)return e.stopImmediatePropagation(),e.preventDefault(),i.value}else o.length&&(Q.set(this,t,{value:A.event.trigger(A.extend(o[0],A.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,t)&&A.event.add(e,t,$e)}A.event={global:{},add:function(e,t,n,r,i){var o,a,s,l,c,u,d,f,p,h,g,m=Q.get(e);if(X(e))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&A.find.matchesSelector(oe,i),n.guid||(n.guid=A.guid++),(l=m.events)||(l=m.events=Object.create(null)),(a=m.handle)||(a=m.handle=function(t){return void 0!==A&&A.event.triggered!==t.type?A.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(M)||[""]).length;c--;)p=g=(s=Se.exec(t[c])||[])[1],h=(s[2]||"").split(".").sort(),p&&(d=A.event.special[p]||{},p=(i?d.delegateType:d.bindType)||p,d=A.event.special[p]||{},u=A.extend({type:p,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&A.expr.match.needsContext.test(i),namespace:h.join(".")},o),(f=l[p])||((f=l[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(p,a)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,u):f.push(u),A.event.global[p]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,c,u,d,f,p,h,g,m=Q.hasData(e)&&Q.get(e);if(m&&(l=m.events)){for(c=(t=(t||"").match(M)||[""]).length;c--;)if(p=g=(s=Se.exec(t[c])||[])[1],h=(s[2]||"").split(".").sort(),p){for(d=A.event.special[p]||{},f=l[p=(r?d.delegateType:d.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=f.length;o--;)u=f[o],!i&&g!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||r&&r!==u.selector&&("**"!==r||!u.selector)||(f.splice(o,1),u.selector&&f.delegateCount--,d.remove&&d.remove.call(e,u));a&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,h,m.handle)||A.removeEvent(e,p,m.handle),delete l[p])}else for(p in l)A.event.remove(e,p+t[c],n,r,!0);A.isEmptyObject(l)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),l=A.event.fix(e),c=(Q.get(this,"events")||Object.create(null))[l.type]||[],u=A.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],a={},n=0;n-1:A.find(i,this,null,[c]).length),a[i]&&o.push(r);o.length&&s.push({elem:c,handlers:o})}return c=this,l\s*$/g;function Re(e,t){return O(e,"table")&&O(11!==t.nodeType?t:t.firstChild,"tr")&&A(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Q.hasData(e)&&(s=Q.get(e).events))for(i in Q.remove(t,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"==typeof h&&!m.checkClone&&Pe.test(h))return e.each((function(i){var o=e.eq(i);g&&(t[0]=h.call(this,i,o.html())),Le(o,t,n,r)}));if(f&&(o=(i=ke(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(s=(a=A.map(ye(i,"script"),Ie)).length;d0&&xe(a,!l&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=A.event.special,o=0;void 0!==(n=e[o]);o++)if(X(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?A.event.remove(n,r):A.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),A.fn.extend({detach:function(e){return Be(this,e,!0)},remove:function(e){return Be(this,e)},text:function(e){return U(this,(function(e){return void 0===e?A.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Le(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Re(this,e).appendChild(e)}))},prepend:function(){return Le(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Le(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Le(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(A.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return A.clone(this,e,t)}))},html:function(e){return U(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Te.test(e)&&!be[(me.exec(e)||["",""])[1].toLowerCase()]){e=A.htmlPrefilter(e);try{for(;n3,oe.removeChild(e)),s}}))}();var We=["Webkit","Moz","ms"],Ye=y.createElement("div").style,Xe={};function Ze(e){var t=A.cssProps[e]||Xe[e];return t||(e in Ye?e:Xe[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=We.length;n--;)if((e=We[n]+t)in Ye)return e}(e)||e)}var Qe=/^(none|table(?!-c[ea]).+)/,Je=/^--/,Ke={position:"absolute",visibility:"hidden",display:"block"},et={letterSpacing:"0",fontWeight:"400"};function tt(e,t,n){var r=re.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function nt(e,t,n,r,i,o){var a="width"===t?1:0,s=0,l=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=A.css(e,n+ie[a],!0,i)),r?("content"===n&&(l-=A.css(e,"padding"+ie[a],!0,i)),"margin"!==n&&(l-=A.css(e,"border"+ie[a]+"Width",!0,i))):(l+=A.css(e,"padding"+ie[a],!0,i),"padding"!==n?l+=A.css(e,"border"+ie[a]+"Width",!0,i):s+=A.css(e,"border"+ie[a]+"Width",!0,i));return!r&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))||0),l}function rt(e,t,n){var r=qe(e),i=(!m.boxSizingReliable()||n)&&"border-box"===A.css(e,"boxSizing",!1,r),o=i,a=He(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Fe.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&i||!m.reliableTrDimensions()&&O(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===A.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===A.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+nt(e,t,n||(i?"border":"content"),o,r,a)+"px"}function it(e,t,n,r,i){return new it.prototype.init(e,t,n,r,i)}A.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=He(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=Y(t),l=Je.test(t),c=e.style;if(l||(t=Ze(s)),a=A.cssHooks[t]||A.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:c[t];"string"===(o=typeof n)&&(i=re.exec(n))&&i[1]&&(n=ce(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=i&&i[3]||(A.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,r){var i,o,a,s=Y(t);return Je.test(t)||(t=Ze(s)),(a=A.cssHooks[t]||A.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=He(e,t,r)),"normal"===i&&t in et&&(i=et[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),A.each(["height","width"],(function(e,t){A.cssHooks[t]={get:function(e,n,r){if(n)return!Qe.test(A.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?rt(e,t,r):Ve(e,Ke,(function(){return rt(e,t,r)}))},set:function(e,n,r){var i,o=qe(e),a=!m.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===A.css(e,"boxSizing",!1,o),l=r?nt(e,t,r,s,o):0;return s&&a&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-nt(e,t,"border",!1,o)-.5)),l&&(i=re.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=A.css(e,t)),tt(0,n,l)}}})),A.cssHooks.marginLeft=Ge(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(He(e,"marginLeft"))||e.getBoundingClientRect().left-Ve(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(e,t){A.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+ie[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(A.cssHooks[e+t].set=tt)})),A.fn.extend({css:function(e,t){return U(this,(function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=qe(e),i=t.length;a1)}}),A.Tween=it,it.prototype={constructor:it,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||A.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(A.cssNumber[n]?"":"px")},cur:function(){var e=it.propHooks[this.prop];return e&&e.get?e.get(this):it.propHooks._default.get(this)},run:function(e){var t,n=it.propHooks[this.prop];return this.options.duration?this.pos=t=A.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):it.propHooks._default.set(this),this}},it.prototype.init.prototype=it.prototype,it.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=A.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){A.fx.step[e.prop]?A.fx.step[e.prop](e):1!==e.elem.nodeType||!A.cssHooks[e.prop]&&null==e.elem.style[Ze(e.prop)]?e.elem[e.prop]=e.now:A.style(e.elem,e.prop,e.now+e.unit)}}},it.propHooks.scrollTop=it.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},A.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},A.fx=it.prototype.init,A.fx.step={};var ot,at,st=/^(?:toggle|show|hide)$/,lt=/queueHooks$/;function ct(){at&&(!1===y.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(ct):n.setTimeout(ct,A.fx.interval),A.fx.tick())}function ut(){return n.setTimeout((function(){ot=void 0})),ot=Date.now()}function dt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=ie[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ft(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each((function(){A.removeAttr(this,e)}))}}),A.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?A.prop(e,t,n):(1===o&&A.isXMLDoc(e)||(i=A.attrHooks[t.toLowerCase()]||(A.expr.match.bool.test(t)?ht:void 0)),void 0!==n?null===n?void A.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=A.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&O(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),ht={set:function(e,t,n){return!1===t?A.removeAttr(e,n):e.setAttribute(n,n),n}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=gt[t]||A.find.attr;gt[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=gt[a],gt[a]=i,i=null!=n(e,t,r)?a:null,gt[a]=o),i}}));var mt=/^(?:input|select|textarea|button)$/i,vt=/^(?:a|area)$/i;function bt(e){return(e.match(M)||[]).join(" ")}function yt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(M)||[]}A.fn.extend({prop:function(e,t){return U(this,A.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[A.propFix[e]||e]}))}}),A.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&A.isXMLDoc(e)||(t=A.propFix[t]||t,i=A.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=A.find.attr(e,"tabindex");return t?parseInt(t,10):mt.test(e.nodeName)||vt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(A.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,l=0;if(v(e))return this.each((function(t){A(this).addClass(e.call(this,t,yt(this)))}));if((t=xt(e)).length)for(;n=this[l++];)if(i=yt(n),r=1===n.nodeType&&" "+bt(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=bt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,l=0;if(v(e))return this.each((function(t){A(this).removeClass(e.call(this,t,yt(this)))}));if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)for(;n=this[l++];)if(i=yt(n),r=1===n.nodeType&&" "+bt(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=bt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):v(e)?this.each((function(n){A(this).toggleClass(e.call(this,n,yt(this),t),t)})):this.each((function(){var t,i,o,a;if(r)for(i=0,o=A(this),a=xt(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=yt(this))&&Q.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Q.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+bt(yt(n))+" ").indexOf(t)>-1)return!0;return!1}});var wt=/\r/g;A.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=v(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,A(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=A.map(i,(function(e){return null==e?"":e+""}))),(t=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=A.valHooks[i.type]||A.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(wt,""):null==n?"":n:void 0}}),A.extend({valHooks:{option:{get:function(e){var t=A.find.attr(e,"value");return null!=t?t:bt(A.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],l=a?o+1:i.length;for(r=o<0?l:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=A.inArray(A(e).val(),t)>-1}},m.checkOn||(A.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in n;var kt=/^(?:focusinfocus|focusoutblur)$/,At=function(e){e.stopPropagation()};A.extend(A.event,{trigger:function(e,t,r,i){var o,a,s,l,c,u,d,f,h=[r||y],g=p.call(e,"type")?e.type:e,m=p.call(e,"namespace")?e.namespace.split("."):[];if(a=f=s=r=r||y,3!==r.nodeType&&8!==r.nodeType&&!kt.test(g+A.event.triggered)&&(g.indexOf(".")>-1&&(m=g.split("."),g=m.shift(),m.sort()),c=g.indexOf(":")<0&&"on"+g,(e=e[A.expando]?e:new A.Event(g,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:A.makeArray(t,[e]),d=A.event.special[g]||{},i||!d.trigger||!1!==d.trigger.apply(r,t))){if(!i&&!d.noBubble&&!b(r)){for(l=d.delegateType||g,kt.test(l+g)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(r.ownerDocument||y)&&h.push(s.defaultView||s.parentWindow||n)}for(o=0;(a=h[o++])&&!e.isPropagationStopped();)f=a,e.type=o>1?l:d.bindType||g,(u=(Q.get(a,"events")||Object.create(null))[e.type]&&Q.get(a,"handle"))&&u.apply(a,t),(u=c&&a[c])&&u.apply&&X(a)&&(e.result=u.apply(a,t),!1===e.result&&e.preventDefault());return e.type=g,i||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(h.pop(),t)||!X(r)||c&&v(r[g])&&!b(r)&&((s=r[c])&&(r[c]=null),A.event.triggered=g,e.isPropagationStopped()&&f.addEventListener(g,At),r[g](),e.isPropagationStopped()&&f.removeEventListener(g,At),A.event.triggered=void 0,s&&(r[c]=s)),e.result}},simulate:function(e,t,n){var r=A.extend(new A.Event,n,{type:e,isSimulated:!0});A.event.trigger(r,null,t)}}),A.fn.extend({trigger:function(e,t){return this.each((function(){A.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return A.event.trigger(e,t,n,!0)}}),m.focusin||A.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){A.event.simulate(t,e.target,A.event.fix(e))};A.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,i=Q.access(r,t);i||r.addEventListener(e,n,!0),Q.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=Q.access(r,t)-1;i?Q.access(r,t,i):(r.removeEventListener(e,n,!0),Q.remove(r,t))}}}));var Et=n.location,St={guid:Date.now()},$t=/\?/;A.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||A.error("Invalid XML: "+e),t};var Ct=/\[\]$/,_t=/\r?\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,jt=/^(?:input|select|textarea|keygen)/i;function Tt(e,t,n,r){var i;if(Array.isArray(t))A.each(t,(function(t,i){n||Ct.test(e)?r(e,i):Tt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)}));else if(n||"object"!==k(t))r(e,t);else for(i in t)Tt(e+"["+i+"]",t[i],n,r)}A.param=function(e,t){var n,r=[],i=function(e,t){var n=v(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!A.isPlainObject(e))A.each(e,(function(){i(this.name,this.value)}));else for(n in e)Tt(n,e[n],t,i);return r.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=A.prop(this,"elements");return e?A.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!A(this).is(":disabled")&&jt.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!ge.test(e))})).map((function(e,t){var n=A(this).val();return null==n?null:Array.isArray(n)?A.map(n,(function(e){return{name:t.name,value:e.replace(_t,"\r\n")}})):{name:t.name,value:n.replace(_t,"\r\n")}})).get()}});var Pt=/%20/g,Dt=/#.*$/,Rt=/([?&])_=[^&]*/,It=/^(.*?):[ \t]*([^\r\n]*)$/gm,Nt=/^(?:GET|HEAD)$/,Mt=/^\/\//,zt={},Lt={},Bt="*/".concat("*"),Ft=y.createElement("a");function qt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(v(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Vt(e,t,n,r){var i={},o=e===Lt;function a(s){var l;return i[s]=!0,A.each(e[s]||[],(function(e,s){var c=s(t,n,r);return"string"!=typeof c||o||i[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),a(c),!1)})),l}return a(t.dataTypes[0])||!i["*"]&&a("*")}function Ut(e,t){var n,r,i=A.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&A.extend(!0,e,r),e}Ft.href=Et.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Et.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Bt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Ut(Ut(e,A.ajaxSettings),t):Ut(A.ajaxSettings,e)},ajaxPrefilter:qt(zt),ajaxTransport:qt(Lt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,i,o,a,s,l,c,u,d,f,p=A.ajaxSetup({},t),h=p.context||p,g=p.context&&(h.nodeType||h.jquery)?A(h):A.event,m=A.Deferred(),v=A.Callbacks("once memory"),b=p.statusCode||{},x={},w={},k="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!a)for(a={};t=It.exec(o);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==c&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),S(0,t),this}};if(m.promise(E),p.url=((e||p.url||Et.href)+"").replace(Mt,Et.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(M)||[""],null==p.crossDomain){l=y.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Ft.protocol+"//"+Ft.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=A.param(p.data,p.traditional)),Vt(zt,p,t,E),c)return E;for(d in(u=A.event&&p.global)&&0==A.active++&&A.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nt.test(p.type),i=p.url.replace(Dt,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Pt,"+")):(f=p.url.slice(i.length),p.data&&(p.processData||"string"==typeof p.data)&&(i+=($t.test(i)?"&":"?")+p.data,delete p.data),!1===p.cache&&(i=i.replace(Rt,"$1"),f=($t.test(i)?"&":"?")+"_="+St.guid+++f),p.url=i+f),p.ifModified&&(A.lastModified[i]&&E.setRequestHeader("If-Modified-Since",A.lastModified[i]),A.etag[i]&&E.setRequestHeader("If-None-Match",A.etag[i])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&E.setRequestHeader("Content-Type",p.contentType),E.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Bt+"; q=0.01":""):p.accepts["*"]),p.headers)E.setRequestHeader(d,p.headers[d]);if(p.beforeSend&&(!1===p.beforeSend.call(h,E,p)||c))return E.abort();if(k="abort",v.add(p.complete),E.done(p.success),E.fail(p.error),r=Vt(Lt,p,t,E)){if(E.readyState=1,u&&g.trigger("ajaxSend",[E,p]),c)return E;p.async&&p.timeout>0&&(s=n.setTimeout((function(){E.abort("timeout")}),p.timeout));try{c=!1,r.send(x,S)}catch(e){if(c)throw e;S(-1,e)}}else S(-1,"No Transport");function S(e,t,a,l){var d,f,y,x,w,k=t;c||(c=!0,s&&n.clearTimeout(s),r=void 0,o=l||"",E.readyState=e>0?4:0,d=e>=200&&e<300||304===e,a&&(x=function(e,t,n){for(var r,i,o,a,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)o=l[0];else{for(i in n){if(!l[0]||e.converters[i+" "+l[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(p,E,a)),!d&&A.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),x=function(e,t,n,r){var i,o,a,s,l,c={},u=e.dataTypes.slice();if(u[1])for(a in e.converters)c[a.toLowerCase()]=e.converters[a];for(o=u.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=c[l+" "+o]||c["* "+o]))for(i in c)if((s=i.split(" "))[1]===o&&(a=c[l+" "+s[0]]||c["* "+s[0]])){!0===a?a=c[i]:!0!==c[i]&&(o=s[0],u.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(p,x,E,d),d?(p.ifModified&&((w=E.getResponseHeader("Last-Modified"))&&(A.lastModified[i]=w),(w=E.getResponseHeader("etag"))&&(A.etag[i]=w)),204===e||"HEAD"===p.type?k="nocontent":304===e?k="notmodified":(k=x.state,f=x.data,d=!(y=x.error))):(y=k,!e&&k||(k="error",e<0&&(e=0))),E.status=e,E.statusText=(t||k)+"",d?m.resolveWith(h,[f,k,E]):m.rejectWith(h,[E,k,y]),E.statusCode(b),b=void 0,u&&g.trigger(d?"ajaxSuccess":"ajaxError",[E,p,d?f:y]),v.fireWith(h,[E,k]),u&&(g.trigger("ajaxComplete",[E,p]),--A.active||A.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return A.get(e,t,n,"json")},getScript:function(e,t){return A.get(e,void 0,t,"script")}}),A.each(["get","post"],(function(e,t){A[t]=function(e,n,r,i){return v(n)&&(i=i||r,r=n,n=void 0),A.ajax(A.extend({url:e,type:t,dataType:i,data:n,success:r},A.isPlainObject(e)&&e))}})),A.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),A._evalUrl=function(e,t,n){return A.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){A.globalEval(e,t,n)}})},A.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=A(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return v(e)?this.each((function(t){A(this).wrapInner(e.call(this,t))})):this.each((function(){var t=A(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=v(e);return this.each((function(n){A(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(e){return!A.expr.pseudos.visible(e)},A.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ht={0:200,1223:204},Gt=A.ajaxSettings.xhr();m.cors=!!Gt&&"withCredentials"in Gt,m.ajax=Gt=!!Gt,A.ajaxTransport((function(e){var t,r;if(m.cors||Gt&&!e.crossDomain)return{send:function(i,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Ht[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),A.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),A.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return A.globalEval(e),e}}}),A.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),A.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=A("